diff options
| author | Dhravya Shah <[email protected]> | 2024-05-25 23:03:10 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-25 23:03:10 -0500 |
| commit | 8c24d3e4bccbb57c28739f8be6213ad142fdedd6 (patch) | |
| tree | 9a1c0ebbefde38d9186b1c3d5cbeeb20085b8717 /apps/web/app/api/[...nextauth] | |
| parent | added social material (diff) | |
| parent | added kartik's code (diff) | |
| download | archived-supermemory-8c24d3e4bccbb57c28739f8be6213ad142fdedd6.tar.xz archived-supermemory-8c24d3e4bccbb57c28739f8be6213ad142fdedd6.zip | |
Merge pull request #52 from Dhravya/v2-refactor
V2 refactor
Diffstat (limited to 'apps/web/app/api/[...nextauth]')
| -rw-r--r-- | apps/web/app/api/[...nextauth]/route.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/app/api/[...nextauth]/route.ts b/apps/web/app/api/[...nextauth]/route.ts new file mode 100644 index 00000000..50807ab1 --- /dev/null +++ b/apps/web/app/api/[...nextauth]/route.ts @@ -0,0 +1,2 @@ +export { GET, POST } from "../../helpers/server/auth"; +export const runtime = "edge"; |